home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Art
/
U-V
/
Vision Lab Demo.cpt
/
Vision Lab Demo.rsrc
/
POST_10000
< prev
next >
Wrap
Text File
|
1992-06-06
|
549b
|
37 lines
%!PS-Adobe-2.0 EPSF-1.2
%%Title: Param1
%%Creator: Vision Lab
%%CreationDate: Param2 Param3
%%BoundingBox: 0 0 Param4 Param5
%%EndComments
100 dict begin
/width
Param4 def
/height
Param5 def
/bpp
Param6 def
/makexchars
{
width bpp mul 7 add 8 idiv
} def
/xchars
makexchars def
/picstr
{
xchars 257 le
{xchars /xchars makexchars def}
{256 /xchars xchars 256 sub def}
ifelse string
} def
/dopic
{
gsave
width height bpp
[width 0 0 height neg 0 height]
{currentfile picstr readhexstring pop} image
grestore
} def
width height scale
dopic